type go/types.environment

8 uses

	go/types (current package)
		check.go#L76: type environment struct {
		check.go#L100: func (env *environment) lookupScope(name string) (*Scope, Object) {
		check.go#L110: func (env *environment) lookup(name string) Object {
		check.go#L202: 	environment
		decl.go#L182: 	defer func(env environment) {
		decl.go#L185: 	check.environment = environment{scope: d.file, version: d.version}
		stmt.go#L29: 	defer func(env environment, indent int) {
		stmt.go#L33: 	check.environment = environment{